Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / ReturnEventArgs<T> Class / Result Property


In This Topic
Result Property (ReturnEventArgs<T>)
In This Topic
Gets or sets the value that is returned by the function.
Syntax
'Declaration
 
Public Property Result As T
 
'Usage
 
Dim instance As ReturnEventArgs(Of T)
Dim value As T
 
instance.Result = value
 
value = instance.Result

Property Value

The value that is returned by the function.
See Also